home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 5 #4 / The SelectWare System Volume 5 #4.iso / mammals / swtdemo.bat < prev   
DOS Batch File  |  1992-05-22  |  944b  |  29 lines

  1. @echo off
  2. cls
  3. echo This demo has sound capabilities!!!
  4. echo.
  5. echo If you have one of the following sound cards and have not already done so,
  6. echo    you can install the proper sound driver in your CONFIG.SYS file by
  7. echo    by following the instructions found in the README.TXT file on the CD-ROM
  8. echo    disc.
  9. echo.
  10. echo    SOUND CARDS:
  11. echo          IBM ACPA (M-Audio)
  12. echo          Digispeech DS201
  13. echo          Sound Blaster
  14. echo          PS/1 Audio/Joystick
  15. echo    INSTRUCTIONS TO DISPLAY README.TXT:
  16. echo          Press CNTL-C to exit this demo now
  17. echo          Exit The SelectWare System
  18. echo          Change to the CD-ROM disc
  19. echo          Type CD \MAMMALS
  20. echo          Type README
  21. echo          Re-run The SelectWare System and run this demo
  22. echo.
  23. echo If you have already installed the proper sound drive or wish to run this demo
  24. echo    without sound,
  25. pause
  26. cd mintro
  27. lwr /t /n /b /w /r mintro1
  28. cd..
  29.